getSnrTowards

abstract fun getSnrTowards(index: Int): Int

The list of SNRs (in dB, scaled by 4) in the route towards the destination.
repeated int32 snr_towards = 2;

Return

The snrTowards at the given index.

Parameters

index

The index of the element to return.